home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Grafik / BMP2SPEC / Source / BMP2SPEC.H < prev    next >
Text File  |  1998-06-21  |  287b  |  11 lines

  1. /* BMP2SPEC version 1.0 */
  2. /* By the infamous BLOOD! */
  3. /* (C)1996 Cheese Freak Software */
  4. /* This prog is most definitely FREEWARE! */
  5. /* But please don't distribute updated versions without asking first...! */
  6.  
  7.  
  8. typedef unsigned char BYTE;
  9.  
  10. void getheader(BYTE header[19]);
  11.